This simulation result have been successfully tested both on RISE_Client and CloudRise_Client. Here we present the general steps required to Run the Prisoner's Dilemma CA program on RISE client highlighted below:

1. Rename the simulation file you want to run to just "prisonersdilemma.ma". For example to run "PrisonerDilemma_SimResult_IV_A.ma" simply rename the file to "prisonersdilemma.ma". Note that all the letters are in lower case.

2. Zip the file in a folder titled prisonersdilemma and place the zip file and the "prisonerdilemma.xml" file in the directory containing RISE_Test. Ensure that there are /lib folder and RESTful_CDppTest.jar in the file path.

3. Open the Command line and go to the path where you stored the RISE_Test. Lets assume here the path to RISE_test is E:\RISE_Test. 

4. To create the initial framework run the command: java -jar RESTful_CDppTest.jar PutXMLFile test test test/dcdpp/PrisonersDilemma PrisonersDilemma.xml
	The result of this can be seen in the link: http://134.117.53.66:8080/cdpp/sim/workspaces/test/lopez/PrisonersDilemmaModel

5. To submit the Prisoner Dilemma Model files to the created framework URI run: java -jar RESTful_CDppTest.jar PostZipFile test test test/lopez/PrisonersDilemmaModel?zdir=prisonersdilemma prisonersdilemma.zip
	The result of this can be seen in the link: http://134.117.53.66:8080/cdpp/sim/workspaces/test/lopez/PrisonersDilemmaModel

6. Start the simulation using the command: java -jar RESTful_CDppTest.jar PutFramework test test test/lopez/PrisonersDilemmaModel/simulation
	The result of this can be seen in the link: http://134.117.53.66:8080/cdpp/sim/workspaces/test/lopez/PrisonersDilemmaModel

6. You can download the ouput result directly from the site by clicking on: Download Last Simulation Results

7. When you are done ensure to the delete the framework to free up space by running: java -jar RESTful_CDppTest.jar DeleteFramework test test test/lopez/PrisonersDilemmaModel